Skip to content

docs(aria): document message queueing, streaming, project memories, and MT Cloud availability - #3061

Merged
mdlinville merged 19 commits into
mainfrom
docs-3024-aria-message-queue
Aug 25, 2026
Merged

docs(aria): document message queueing, streaming, project memories, and MT Cloud availability#3061
mdlinville merged 19 commits into
mainfrom
docs-3024-aria-message-queue

Conversation

@mdlinville

@mdlinville mdlinville commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Fixes DOCS-3024 (message queueing)
Fixes DOCS-3107 (project memories)
Fixes DOCS-3079 (updated ARIA button)

What changed

aria/chat.mdx —-new Send a message and Queue messages sections:

  • Send a single-line or multi-line message, paste input, add images, add run references, cancel a running message.
  • Send a follow-up while ARIA is working; it queues above the message box and runs in order with full conversation context.
  • The three per-message controls: pencil (edit/recall into the message box), up arrow (run now — stops the current turn and runs that message next), trash (remove).
  • Queued messages keep their run mentions and images.
  • Queueing starts after the first message in a chat; each chat has its own queue, and closed chats keep draining.
  • A clarifying question or permission request pauses the queue until you respond; run now overrides the pause.

Also tightened the page intro, which was a prose table of contents, to cover the new section.

aria/overview.mdx:

  • Responses stream live (the other half of the same release).
  • Availability up front: Multi-tenant Cloud only, team projects only (not personal entities), and the org must have Smart features enabled.
  • New sections for following progress and managing project memories

Sources

All behavior verified against wandb/core at origin/master, not just the announcement:

Claim Source
Queue store, ordering, per-thread keys frontends/app/src/agentChat/queue/store.ts
When a message queues vs. sends immediately frontends/app/src/agentChat/queue/adapter.ts
Pause on pending question / network-access request frontends/app/src/agentChat/queue/action.ts
Run now runs a specific non-head item, rest keep order frontends/app/src/agentChat/queue/useQueueDrainer.ts
Edit is disabled while a draft is present frontends/app/src/components/WBAgent/composer/WBAgentComposer.tsx
Icon set (pencil / up / delete) and queue header same file, renderQueueRow
Streaming feat(app): stream WB Agent turns through runtime events (#46536)
MT Cloud only, org-scoped, enable_llm_powered_features frontends/app/src/components/AgentChat/useAgentChatAvailability.ts
Project memory support W&B Multi-tenant Cloud org, Beamer

Announcement for reference: Beamer, Slack.

Validation

./scripts/mdx-validation/validate-mdx-mintlify.sh — build validation and broken-links both pass.

English only; fr/, ja/, ko/ are handled by the translation pipeline.

🤖 Generated with Claude Code

…bility

Queue follow-ups while ARIA works, edit/run-now/remove them, and the
pause-on-clarification behavior. Note that responses stream live, and
state ARIA's Multi-tenant Cloud + team-project availability up front.

DOCS-3024

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@mintlify

mintlify Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Aug 11, 2026, 10:25 PM

Page Change
Autoresearch Changed · +6 −0
Chat Changed · +52 −1
Governance Changed · +7 −2
Overview Changed · +31 −2
No preview available (1)
File Change
images/agent/agent_empty_chat_window.png Changed · +0 −0

Updated 2026-08-25 22:16:56 UTC for deployment · 37a3719.

@w-b-hivemind

w-b-hivemind Bot commented Aug 11, 2026

Copy link
Copy Markdown

HiveMind Sessions

1 session · 18m · $8.16

Session Agent Duration Tokens Cost Lines
ARIA W&B Agent Documentation Updates
8e781c72-ca9f-4a84-a398-d796c0ea3223
claude 18m 44.5K $8.16 +86 -17
Total 18m 44.5K $8.16 +86 -17

View all sessions in HiveMind →

Run claude --resume 8e781c72-ca9f-4a84-a398-d796c0ea3223 to pickup where you left off.

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Readability impact

Word-weighted Flesch-Kincaid grade change across 4 changed pages: -0.7 (easier).

Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR.

Human readability

Page FK grade before FK grade after FK Δ Reading ease Δ Direction
aria/autoresearch.mdx 11.2 11.2 +0.0 +0.0 unchanged
aria/chat.mdx 9.5 8.2 -1.3 +5.8 easier
aria/governance.mdx 8.1 8.1 +0.0 +0.0 unchanged
aria/overview.mdx 11.1 10.5 -0.6 +1.2 easier

AI agent comprehension

Rated 0-3 (higher is easier for an agent to parse and act on).

Page Before After Δ
aria/overview.mdx 2 2 +0
aria/chat.mdx 2 2 +0
aria/autoresearch.mdx 2 2 +0
aria/governance.mdx 2 2 +0

Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4.

From workflow run 32905255843

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Preview: https://wb-21fd5541-docs-3024-aria-message-queue.mintlify.site

@julia-g-rose julia-g-rose left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! @clocasto-wandb can you also review?

Comment thread aria/chat.mdx Outdated
mdlinville and others added 3 commits August 11, 2026 17:32
Per review: lead each control with what it accomplishes ("Edit the
message", "Run the message now") and keep the mechanics as follow-on
detail. Makes the three bullets parallel.

DOCS-3024

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@mdlinville
mdlinville marked this pull request as ready for review August 12, 2026 16:37
@mdlinville
mdlinville requested a review from a team as a code owner August 12, 2026 16:37
Comment thread aria/chat.mdx
Comment thread aria/chat.mdx Outdated

@mdlinville mdlinville left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feedback to address DOCS-3079

Comment thread aria/overview.mdx
Comment thread aria/overview.mdx Outdated
@wandb-docs-pr-writer

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 76.6%, saving 448.9 KB.

Filename Before After Improvement Visual comparison
images/agent/agent_empty_chat_window.png 586.3 KB 137.3 KB 76.6% View diff

@mdlinville mdlinville changed the title docs(aria): document message queueing, streaming, and MT Cloud availability docs(aria): document message queueing, streaming, project memories, and MT Cloud availability Aug 25, 2026
Comment thread aria/chat.mdx Outdated
Comment thread aria/chat.mdx Outdated
Comment thread aria/chat.mdx Outdated
Comment thread aria/overview.mdx
Comment thread aria/overview.mdx
Comment thread aria/chat.mdx Outdated

@mdlinville mdlinville left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Font Awesome

Comment thread aria/chat.mdx Outdated
Comment thread aria/chat.mdx Outdated
Comment thread aria/chat.mdx Outdated
Comment thread aria/chat.mdx Outdated
Co-authored-by: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Co-authored-by: Matt Linville <matt@linville.me>
Comment thread aria/overview.mdx Outdated
@mdlinville
mdlinville enabled auto-merge (squash) August 25, 2026 22:16
@mdlinville
mdlinville merged commit ad5c3e3 into main Aug 25, 2026
12 checks passed
@mdlinville
mdlinville deleted the docs-3024-aria-message-queue branch August 25, 2026 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants